getIntValue3

abstract fun getIntValue3(): Int

Gets the third generic value, attempting to interpret it as an integer. See getIntValue1 for notes on error handling.

Return

The third value as an integer. Behavior on parsing error is implementation-dependent.